'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of UInteger) _ )
'Usage
Dim collection As IEnumerable(Of UInteger) Dim instance As New UInt32Collection(collection)
public UInt32Collection( IEnumerable<uint> collection )
public: UInt32Collection( IEnumerable<uint>^ collection )
Parameters
- collection
- A collection of System.UInt32 to pre-populate the collection with